翻訳と辞書
Words near each other
・ Language technology
・ Language Testing
・ Language transfer
・ Language Weaver
・ Language workbench
・ Language, Proof and Logic
・ Language border
・ Language center
・ Language change
・ Language coaching
・ Language code
・ Language College
・ Language complexity
・ Language Computer Corporation
・ Language Connect
Language construct
・ Language contact
・ Language convergence
・ Language coordination
・ Language Council
・ Language Council of Norway
・ Language Creation Conference
・ Language Creation Society
・ Language death
・ Language delay
・ Language demographics of Quebec
・ Language deprivation
・ Language deprivation experiments
・ Language development
・ Language disorder


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Language construct : ウィキペディア英語版
Language construct

A language construct is a syntactically allowable part of a program that may be formed from one or more lexical tokens in accordance with the rules of a programming language.
The term Language Constructs is often used as a synonym for control structure, and should not be confused with a function.
==Examples of language constructs==
In PHP print is a language construct. ()

print 'Hello world';
?>

is the same as:

print('Hello world');
?>



抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Language construct」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.